Extension point signature
Documentation
@since 5.8
Signature registration. This registration provides configuration of the signature. For layout, numbers of columns, lines, police size and starting (column,line) point. And finally the textual reason of the signature.
Example of signature configuration:
<configuration>
<reason>This document signed as an example.
</reason>
<layout columns="3" id="configExample" lines="5" startColumn="1"
startLine="1" textSize="8"/>
</configuration>
Contribution Descriptors
- Class: org.nuxeo.ecm.platform.signature.core.sign.SignatureDescriptor
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="signature" target="org.nuxeo.ecm.platform.signature.api.sign.SignatureService"> <configuration> <reason>This document signed as an example. </reason> <layout columns="3" id="defaultConfig" lines="5" startColumn="1" startLine="1" textSize="10"/> </configuration> </extension>